From 193236e55eb055c1293b37053b54c759b3264c31 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Tue, 17 Apr 2007 20:25:25 +0000 Subject: [PATCH] Add new field macros LAT_10EX and LON_10EX. The real field name in a style sheet can be i.e. LAT_10E5, which represents latitude multiplied by "10 power 5". git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2749 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/xmldoc/chapters/styles.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gpsbabel/xmldoc/chapters/styles.xml b/gpsbabel/xmldoc/chapters/styles.xml index bdbda728e..0f7138589 100644 --- a/gpsbabel/xmldoc/chapters/styles.xml +++ b/gpsbabel/xmldoc/chapters/styles.xml @@ -696,6 +696,23 @@ example: +
+LAT_10EX / LON_10EX + + Defines the latitude or longitude in the format used i.e. by TomTom Navigator + itenary files. It is degress multiplied by 10 power X. X have to be replaced with + a valid decimal value. A factor of 10000 would be generated by LAT_10E5 as shown + in the examples below. + + +examples: + + IFIELD LAT_10E5, "%f", "%.f" # (writes 3558322) + + IFIELD LON_10E5, "%f", "%.f" # (writes -8708082) + +
+
ALT_FEET -- 2.30.2